home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / DRIVER.CAB / hp2100_7.ppd < prev    next >
Encoding:
PostScript Printer Description  |  2003-02-21  |  28.1 KB  |  751 lines

  1. *PPD-Adobe: "4.3"
  2. *% =======================================================
  3. *% Printer Description File
  4. *% Copyright 1992-98 Hewlett-Packard Company
  5. *%========================================================
  6. *% PPD for HP LaserJet 2100 Series
  7. *% For Windows NT 5.0
  8. *%====================================================================
  9. *% === PPD File Version Information ====
  10. *FileVersion:      "1.20"
  11. *FormatVersion:    "4.3"
  12. *LanguageEncoding: ISOLatin1
  13. *LanguageVersion:  English
  14. *PCFileName:       "HP2100_7.PPD"
  15.  
  16. *% === Product Version Information ====
  17. *ModelName:     "HP LaserJet 2100 Series"
  18. *ShortNickName: "HP LaserJet 2100 Series PS"
  19. *NickName:      "HP LaserJet 2100 Series PS"
  20. *Product:       "(HP LaserJet 2100 Series)"
  21. *Manufacturer:  "HP"
  22. *PSVersion:     "(2014.108) 1"
  23.  
  24. *%=== Device Capabilities ==================
  25. *ColorDevice:       False
  26. *DefaultColorSpace: Gray
  27. *FileSystem:        False
  28.  
  29. *LanguageLevel: "2"
  30. *Throughput:    "10"
  31. *TTRasterizer:  Type42
  32. *?TTRasterizer: "
  33.    save
  34.       42 /FontType resourcestatus
  35.       { pop pop (Type42)} {pop pop (None)} ifelse = flush
  36.    restore
  37. "
  38. *End
  39.  
  40. *%=== Emulations and Protocols =============
  41. *Protocols: PJL TBCP
  42.  
  43. *SuggestedJobTimeout:  "0"
  44. *SuggestedWaitTimeout: "120"
  45.  
  46. *PrintPSErrors: True
  47.  
  48. *%=== Resolution Enhancement  ===============
  49. *OpenUI *Smoothing/Resolution Enhancement: Boolean
  50. *OrderDependency: 20 DocumentSetup *Smoothing
  51. *DefaultSmoothing: True
  52. *Smoothing True/On: "
  53.   << /PostRenderingEnhance true /PostRenderingEnhanceDetails << /REValue 2 /Type 8 >>
  54.   >> setpagedevice"
  55. *End
  56. *Smoothing False/Off: "
  57.   << /PostRenderingEnhance true /PostRenderingEnhanceDetails << /REValue 0 /Type 8 >>
  58.   >> setpagedevice"
  59. *End
  60. *?Smoothing: "
  61.   save
  62.     currentpagedevice /PostRenderingEnhanceDetails get /REValue get
  63.     [(False) (True) (True) (True)]  exch get print
  64.   restore
  65. "
  66. *End
  67. *CloseUI: *Smoothing
  68.  
  69. *%=== JCL Features ==========================
  70. *JCLBegin:           "<1B>%-12345X@PJL JOB<0A>"
  71. *JCLToPSInterpreter: "@PJL ENTER LANGUAGE = POSTSCRIPT <0A>"
  72. *JCLEnd:             "<1B>%-12345X@PJL EOJ<0A>"
  73.  
  74. *JCLOpenUI *JCLResolution/Resolution: PickOne
  75. *OrderDependency: 10 JCLSetup *JCLResolution
  76. *DefaultJCLResolution: 1200dpi
  77. *JCLResolution 300dpi/300 dpi: "@PJL SET RESOLUTION = 300<0A>"
  78. *JCLResolution 600dpi/600 dpi: "@PJL SET RESOLUTION = 600<0A>"
  79. *JCLResolution 1200dpi/ProRes 1200: "@PJL SET RESOLUTION = 1200<0A>"
  80. *JCLCloseUI: *JCLResolution
  81.  
  82. *JCLOpenUI *JCLEconomode/EconoMode: Boolean
  83. *OrderDependency: 10 JCLSetup *JCLEconomode
  84. *DefaultJCLEconomode: False
  85. *JCLEconomode False/Highest Quality: "@PJL SET ECONOMODE = OFF<0A>"
  86. *JCLEconomode True/Save Toner: "@PJL SET ECONOMODE = ON<0A>"
  87. *JCLCloseUI: *JCLEconomode
  88.  
  89. *%=== Installable Options ==========================
  90. *OpenGroup: InstallableOptions/Installed Options
  91.  
  92. *OpenUI *InstalledMemory/Total Printer Memory: PickOne
  93. *DefaultInstalledMemory: 6MB
  94. *InstalledMemory 6MB/6 - 7 MB: ""
  95. *InstalledMemory 8MB/8 - 11 MB: ""
  96. *InstalledMemory 12MB/12 - 19 MB: ""
  97. *InstalledMemory 20MB/20 - 27 MB: ""
  98. *InstalledMemory 28MB/28 - 35 MB: ""
  99. *InstalledMemory 36MB/36 MB or more: ""
  100. *?InstalledMemory: "
  101.   save
  102.     currentsystemparams /RamSize get 
  103.     524288 div ceiling cvi 2 div
  104.     /size exch def
  105.     size 36 ge 
  106.       {(36MB)} 
  107.        {size 28 ge 
  108.           {(28MB)}
  109.           {size 20 ge
  110.              {(20MB)}
  111.              {size 12 ge
  112.                 {(12MB)}
  113.                 {size 8 ge
  114.                    {(8MB)}
  115.                    {(6MB)} ifelse
  116.              } ifelse
  117.           } ifelse
  118.        } ifelse
  119.     } ifelse = flush
  120.   restore
  121. "
  122. *End
  123. *CloseUI: *InstalledMemory
  124. *CloseGroup: InstallableOptions
  125.  
  126. *FreeVM: "4000000"
  127. *VMOption 6MB/6 - 7 MB: "4000000"
  128. *VMOption 8MB/8 - 11 MB: "6000000"
  129. *VMOption 12MB/12 - 19 MB: "9400000"
  130. *VMOption 20MB/20 - 27 MB: "17000000"
  131. *VMOption 28MB/28 - 35 MB: "24500000"
  132. *VMOption 36MB/36 MB or more: "32000000"
  133.  
  134. *%=== UI Constraints =============================
  135. *% If A than not B  (Also include the reverse constraints if appropriate)
  136. *%
  137.  
  138. *% No 1200 dpi economode.
  139. *UIConstraints: *JCLResolution 1200dpi *JCLEconomode True
  140.  
  141. *% If selected page size is an envelope, Postcard or double postcard
  142. *%    disable access to paper trays 2 and 3
  143. *UIConstraints: *PageSize Env10       *InputSlot Middle
  144. *UIConstraints: *PageSize Env10       *InputSlot Lower
  145. *UIConstraints: *PageSize EnvMonarch  *InputSlot Middle
  146. *UIConstraints: *PageSize EnvMonarch  *InputSlot Lower
  147. *UIConstraints: *PageSize EnvDL       *InputSlot Middle
  148. *UIConstraints: *PageSize EnvDL       *InputSlot Lower
  149. *UIConstraints: *PageSize EnvC5       *InputSlot Middle
  150. *UIConstraints: *PageSize EnvC5       *InputSlot Lower
  151. *UIConstraints: *PageSize EnvISOB5    *InputSlot Middle
  152. *UIConstraints: *PageSize EnvISOB5    *InputSlot Lower
  153.  
  154. *UIConstraints: *PageSize Postcard  *InputSlot Middle
  155. *UIConstraints: *PageSize Postcard  *InputSlot Lower
  156. *UIConstraints: *PageSize DoublePostcard  *InputSlot Middle
  157. *UIConstraints: *PageSize DoublePostcard  *InputSlot Lower
  158.  
  159. *% If selected page region is an envelope, Postcard or double postcard
  160. *%    disable access to paper trays 2 and 3
  161. *UIConstraints: *PageRegion Env10       *InputSlot Middle
  162. *UIConstraints: *PageRegion Env10       *InputSlot Lower
  163. *UIConstraints: *PageRegion EnvMonarch  *InputSlot Middle
  164. *UIConstraints: *PageRegion EnvMonarch  *InputSlot Lower
  165. *UIConstraints: *PageRegion EnvDL       *InputSlot Middle
  166. *UIConstraints: *PageRegion EnvDL       *InputSlot Lower
  167. *UIConstraints: *PageRegion EnvC5       *InputSlot Middle
  168. *UIConstraints: *PageRegion EnvC5       *InputSlot Lower
  169. *UIConstraints: *PageRegion EnvISOB5    *InputSlot Middle
  170. *UIConstraints: *PageRegion EnvISOB5    *InputSlot Lower
  171.  
  172. *UIConstraints: *PageRegion Postcard  *InputSlot Middle
  173. *UIConstraints: *PageRegion Postcard  *InputSlot Lower
  174. *UIConstraints: *PageRegion DoublePostcard  *InputSlot Middle
  175. *UIConstraints: *PageRegion DoublePostcard  *InputSlot Lower
  176.  
  177. *%=== Paper Sizes =================
  178. *OpenUI *PageSize: PickOne
  179. *OrderDependency: 30 AnySetup *PageSize
  180. *DefaultPageSize: Letter
  181. *PageSize Letter/Letter: "
  182.   <</PageSize [612 792] /ImagingBBox null>> setpagedevice"
  183. *End
  184. *PageSize Executive/Executive: "
  185.   <</PageSize [522 756] /ImagingBBox null>> setpagedevice"
  186. *End
  187. *PageSize Legal/Legal: "
  188.   <</PageSize [612 1008] /ImagingBBox null>> setpagedevice"
  189. *End
  190. *PageSize A4/A4: "
  191.   <</PageSize [595 842] /ImagingBBox null>> setpagedevice"
  192. *End
  193. *PageSize A5/A5: "
  194.   <</PageSize [420 595] /ImagingBBox null>> setpagedevice"
  195. *End
  196. *PageSize ISOB5/B5: "
  197.   <</PageSize [499 709] /ImagingBBox null>> setpagedevice"
  198. *End
  199. *PageSize B5/B5 (JIS): "
  200.   <</PageSize [516 729] /ImagingBBox null>> setpagedevice"
  201. *End
  202. *PageSize w612h936/8.5x13: "
  203.   <</PageSize [612 936] /ImagingBBox null>> setpagedevice"
  204. *End
  205. *PageSize Postcard/Postcard (JIS): "
  206.   <</PageSize [284 419] /ImagingBBox null>> setpagedevice"
  207. *End
  208. *PageSize DoublePostcard/Double Postcard (JIS): "
  209.   <</PageSize [419.5 567] /ImagingBBox null>> setpagedevice"
  210. *End
  211. *PageSize Env10/Envelope #10: "
  212.   <</PageSize [297 684] /ImagingBBox null>> setpagedevice"
  213. *End
  214. *PageSize EnvMonarch/Envelope Monarch: "
  215.   <</PageSize [279 540] /ImagingBBox null>> setpagedevice"
  216. *End
  217. *PageSize EnvDL/Envelope DL: "
  218.   <</PageSize [312 624] /ImagingBBox null>> setpagedevice"
  219. *End
  220. *PageSize EnvC5/Envelope C5: "
  221.   <</PageSize [459 649] /ImagingBBox null>> setpagedevice"
  222. *End
  223. *PageSize EnvISOB5/Envelope B5: "
  224.   <</PageSize [499 709] /ImagingBBox null>> setpagedevice"
  225. *End
  226. *?PageSize: "
  227.    save
  228.    currentpagedevice /PageSize get aload pop
  229.    2 copy gt {exch} if 
  230.    (Unknown) 
  231.    15 dict
  232.    dup [612 792]  (Letter) put
  233.    dup [522 756]  (Executive) put
  234.    dup [612 1008] (Legal) put
  235.    dup [595 842]  (A4) put
  236.    dup [420 595]  (A5) put
  237.    dup [499 709]  (ISOB5) put
  238.    dup [516 729]  (B5) put
  239.    dup [612 936]  (w612h936) put
  240.    dup [284 419]  (Postcard) put
  241.    dup [419.5 567](DoublePostcard) put
  242.    dup [297 684]  (Env10) put
  243.    dup [279 540]  (EnvMonarch) put
  244.    dup [312 624]  (EnvDL) put
  245.    dup [459 649]  (EnvC5) put
  246.    dup [499 709]  (EnvISOB5) put
  247.    { exch aload pop 4 index sub abs 5 le exch 
  248.       5 index sub abs 5 le and 
  249.       {exch pop exit} {pop} ifelse
  250.    } bind forall
  251.    = flush pop pop
  252.    restore
  253. "
  254. *End
  255. *CloseUI: *PageSize
  256.  
  257. *OpenUI *PageRegion: PickOne
  258. *OrderDependency: 40 AnySetup *PageRegion
  259. *DefaultPageRegion: Letter
  260. *PageRegion Letter/Letter: "
  261.   <</PageSize [612 792] /ImagingBBox null>> setpagedevice"
  262. *End
  263. *PageRegion Executive/Executive: "
  264.   <</PageSize [522 756] /ImagingBBox null>> setpagedevice"
  265. *End
  266. *PageRegion Legal/Legal: "
  267.   <</PageSize [612 1008] /ImagingBBox null>> setpagedevice"
  268. *End
  269. *PageRegion A4/A4: "
  270.   <</PageSize [595 842] /ImagingBBox null>> setpagedevice"
  271. *End
  272. *PageRegion A5/A5: "
  273.   <</PageSize [420 595] /ImagingBBox null>> setpagedevice"
  274. *End
  275. *PageRegion ISOB5/B5: "
  276.   <</PageSize [499 709] /ImagingBBox null>> setpagedevice"
  277. *End
  278. *PageRegion B5/B5 (JIS): "
  279.   <</PageSize [516 729] /ImagingBBox null>> setpagedevice"
  280. *End
  281. *PageRegion w612h936/8.5x13: "
  282.   <</PageSize [612 936] /ImagingBBox null>> setpagedevice"
  283. *End
  284. *PageRegion Postcard/Postcard (JIS): "
  285.   <</PageSize [284 419] /ImagingBBox null>> setpagedevice"
  286. *End
  287. *PageRegion DoublePostcard/Double Postcard (JIS): "
  288.   <</PageSize [419.5 567] /ImagingBBox null>> setpagedevice"
  289. *End
  290. *PageRegion Env10/Envelope #10: "
  291.   <</PageSize [297 684] /ImagingBBox null>> setpagedevice"
  292. *End
  293. *PageRegion EnvMonarch/Envelope Monarch: "
  294.   <</PageSize [279 540] /ImagingBBox null>> setpagedevice"
  295. *End
  296. *PageRegion EnvDL/Envelope DL: "
  297.   <</PageSize [312 624] /ImagingBBox null>> setpagedevice"
  298. *End
  299. *PageRegion EnvC5/Envelope C5: "
  300.   <</PageSize [459 649] /ImagingBBox null>> setpagedevice"
  301. *End
  302. *PageRegion EnvISOB5/Envelope B5: "
  303.   <</PageSize [499 709] /ImagingBBox null>> setpagedevice"
  304. *End
  305. *CloseUI: *PageRegion
  306.  
  307. *DefaultImageableArea: Letter
  308. *ImageableArea Letter/Letter: "12.00 12.00 599.76 779.76"
  309. *ImageableArea Executive/Executive: "12.00 12.00 509.76 743.76"
  310. *ImageableArea Legal/Legal: "12.00 12.00 599.76 995.76"
  311. *ImageableArea A4/A4: "12.00 12.00 582.96 829.44"
  312. *ImageableArea A5/A5: "12.00 12.00 407.28 582.96"
  313. *ImageableArea ISOB5/B5: "12.00 12.00 486.48 696.24"
  314. *ImageableArea B5/B5 (JIS): "12.00 12.00 503.52 716.16"
  315. *ImageableArea w612h936/8.5x13: "12.00 12.00 599.76 923.76"
  316. *ImageableArea Postcard/Postcard (JIS): "12.00 12.00 271.20 407.28"
  317. *ImageableArea DoublePostcard/Double Postcard (JIS): "12.00 12.00 407.28 554.64"
  318. *ImageableArea Env10/Envelope #10: "12.00 12.00 284.64 671.76"
  319. *ImageableArea EnvMonarch/Envelope Monarch: "12.00 12.00 266.64 527.76"
  320. *ImageableArea EnvDL/Envelope DL: "12.00 12.00 299.52 611.28"
  321. *ImageableArea EnvC5/Envelope C5: "12.00 12.00 446.88 636.72"
  322. *ImageableArea EnvISOB5/Envelope B5: "12.00 12.00 486.48 696.24"
  323. *?ImageableArea: "
  324.    save
  325.    /cvp { (                ) cvs print ( ) print } bind def
  326.    /upperright {10000 mul floor 10000 div} bind def
  327.    /lowerleft {10000 mul ceiling 10000 div} bind def
  328.    newpath clippath pathbbox
  329.    4 -2 roll exch 2 {lowerleft cvp} repeat
  330.    exch 2 {upperright cvp} repeat flush
  331.    restore
  332. "
  333. *End
  334.  
  335. *DefaultPaperDimension: Letter 
  336. *PaperDimension Letter/Letter: "612 792"
  337. *PaperDimension Executive/Executive: "522 756"
  338. *PaperDimension Legal/Legal: "612 1008"
  339. *PaperDimension A4/A4: "595 842"
  340. *PaperDimension A5/A5: "420 595"
  341. *PaperDimension ISOB5/B5: "499 709"
  342. *PaperDimension B5/B5 (JIS): "516 729"
  343. *PaperDimension w612h936/8.5x13: "612 936"
  344. *PaperDimension Postcard/Postcard (JIS): "284 419"
  345. *PaperDimension DoublePostcard/Double Postcard (JIS): "419.5 567"
  346. *PaperDimension Env10/Envelope #10: "297 684"
  347. *PaperDimension EnvMonarch/Envelope Monarch: "279 540"
  348. *PaperDimension EnvDL/Envelope DL: "312 624"
  349. *PaperDimension EnvC5/Envelope C5: "459 649"
  350. *PaperDimension EnvISOB5/Envelope B5: "499 709"
  351.  
  352. *LandscapeOrientation: Plus90
  353.  
  354. *%=== Custom Paper Support =================
  355. *%Orientation and Margin (offsets) values are not utilized
  356.  
  357. *VariablePaperSize: True
  358.  
  359. *LeadingEdge Short: ""
  360. *DefaultLeadingEdge: Short
  361.  
  362. *% Smallest = 3x5, Largest = 8.5 x 14
  363. *MaxMediaWidth:  "612"
  364. *MaxMediaHeight: "1008"
  365. *HWMargins:      12 12 12 12
  366. *CustomPageSize True: "
  367.   pop pop pop 
  368.   <</DeferredMediaSelection true /PageSize [ 7 -2 roll ] /ImagingBBox null >>
  369.   setpagedevice
  370. "
  371. *End
  372.  
  373. *ParamCustomPageSize Width:        1 points 216 612
  374. *ParamCustomPageSize Height:       2 points 360 1008
  375. *ParamCustomPageSize WidthOffset:  3 points 0 0
  376. *ParamCustomPageSize HeightOffset: 4 points 0 0
  377. *ParamCustomPageSize Orientation:  5 int 1 1
  378.  
  379. *RequiresPageRegion All: True
  380.  
  381. *%=== Paper Sources ====================
  382. *OpenUI *InputSlot: PickOne
  383. *OrderDependency: 20 AnySetup *InputSlot
  384. *DefaultInputSlot: Middle
  385. *InputSlot Upper/Tray 1: "<</ManualFeed false /MediaPosition 3>> setpagedevice"
  386. *InputSlot ManualFeed/Tray 1 (Manual): "<</ManualFeed true /MediaPosition 3>> setpagedevice"
  387. *InputSlot Middle/Tray 2: "<</ManualFeed false /MediaPosition 0>> setpagedevice"
  388. *InputSlot Lower/Tray 3: "<</ManualFeed false /MediaPosition 1>> setpagedevice"
  389. *?InputSlot: "
  390.  save
  391.    [(Middle) (Lower) (None) (Upper)]
  392.    statusdict /papertray get exec
  393.    {get exec} stopped { pop pop (Unknown) } if = flush
  394.  restore
  395. "
  396. *End
  397. *CloseUI: *InputSlot
  398.  
  399. *%=== Fit to Page =========================
  400. *OpenUI *HPPaperPolicy/Fit to Page: PickOne
  401. *OrderDependency: 10 AnySetup *HPPaperPolicy
  402. *DefaultHPPaperPolicy: Off
  403. *HPPaperPolicy Off/Off: "
  404.    <</DeferredMediaSelection true>> setpagedevice"
  405. *End
  406. *HPPaperPolicy Letter/Letter: "
  407. userdict begin
  408.   /HPppX1 0 def
  409.   /HPppY1 0 def
  410.   /HPppScale 1 def
  411.  
  412.   <</DeferredMediaSelection true
  413.     /BeginPage {pop userdict begin HPppX1 HPppY1 translate HPppScale HPppScale scale end} bind>> setpagedevice
  414.  
  415.   /HPwmSPD {setpagedevice} bind def
  416.   /setpagedevice {userdict begin dup /PageSize known {/HPwmPgWidth exch /PageSize get aload pop /HPwmPgHeight exch def def
  417.       /HPppScale 612 HPwmPgWidth div dup 792 HPwmPgHeight div dup 3 1 roll lt {pop} {exch pop} ifelse def
  418.       HPppScale 1 gt {/HPppScale 1 def}if
  419.       /HPppX1 612 HPwmPgWidth HPppScale mul sub 2 div def
  420.       /HPppY1 792 HPwmPgHeight HPppScale mul sub 2 div def
  421.       <</PageSize [612 792] /ImagingBBox null>> setpagedevice}{setpagedevice}ifelse end} bind def
  422. end"
  423. *End
  424. *HPPaperPolicy A4/A4: "
  425. userdict begin
  426.   /HPppX1 0 def
  427.   /HPppY1 0 def
  428.   /HPppScale 1 def
  429.  
  430.   <</DeferredMediaSelection true
  431.     /BeginPage {pop userdict begin HPppX1 HPppY1 translate HPppScale HPppScale scale end} bind>> setpagedevice
  432.  
  433.   /HPwmSPD {setpagedevice} bind def
  434.   /setpagedevice {userdict begin dup /PageSize known {/HPwmPgWidth exch /PageSize get aload pop /HPwmPgHeight exch def def
  435.       /HPppScale 595 HPwmPgWidth div dup 842 HPwmPgHeight div dup 3 1 roll lt {pop} {exch pop} ifelse def
  436.       HPppScale 1 gt {/HPppScale 1 def}if
  437.       /HPppX1 595 HPwmPgWidth HPppScale mul sub 2 div def
  438.       /HPppY1 842 HPwmPgHeight HPppScale mul sub 2 div def
  439.       <</PageSize [595 842] /ImagingBBox null>> setpagedevice}{setpagedevice}ifelse end} bind def
  440. end"
  441. *End
  442. *CloseUI: *HPPaperPolicy
  443.  
  444. *%=== Halftone Information =================
  445. *ScreenFreq:  "212.0"
  446. *ScreenAngle: "45.0"
  447.  
  448. *ResScreenFreq 300dpi/300 dpi:  "60.0"
  449. *ResScreenAngle 300dpi/300 dpi: "45.0"
  450. *ResScreenFreq 600dpi/600 dpi:  "106.0"
  451. *ResScreenAngle 600dpi/600 dpi: "45.0"
  452. *ResScreenFreq 1200dpi/1200 dpi:  "212.0"
  453. *ResScreenAngle 1200dpi/1200 dpi: "45.0"
  454.  
  455. *DefaultScreenProc: Dot
  456. *ScreenProc HPEnhanced: "
  457.   { /EnhancedHalftone /Halftone findresource }"
  458. *End
  459. *ScreenProc Dot: "
  460. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  461. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  462. "
  463. *End
  464. *ScreenProc Line: "{ pop }"
  465. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  466.  
  467. *DefaultTransfer: Null
  468. *Transfer Null: "{ }"
  469. *Transfer Null.Inverse: "{ 1 exch sub }"
  470.  
  471. *DefaultHalftoneType:    9
  472. *AccurateScreensSupport: False
  473.  
  474. *OpenUI *HPHalftone/Levels of Gray: PickOne
  475. *OrderDependency: 10 DocumentSetup *HPHalftone
  476. *DefaultHPHalftone: PrinterDefault
  477. *HPHalftone PrinterDefault/Printer's Current Setting: ""
  478. *HPHalftone Enhanced/Enhanced: "
  479.    << /Install {
  480.      currentpagedevice /HWResolution get
  481.      dup 0 get 600 eq exch 1 get 600 eq and
  482.      { /EnhancedColorRendering600 } { /EnhancedColorRendering } ifelse
  483.      /ColorRendering findresource setcolorrendering
  484.      /EnhancedHalftone /Halftone findresource sethalftone
  485.      { } settransfer false setstrokeadjust
  486.    }
  487.    >> setpagedevice
  488.    currentpagedevice /HWResolution get dup 0 get 600 eq exch 1 get 600 eq and
  489.    {
  490.        << /PostRenderingEnhance true
  491.             /PostRenderingEnhanceDetails << /REValue 0 /Type 8 >>
  492.        >> setpagedevice
  493.    } if
  494.    /setscreen { pop pop pop } def
  495.    /setcolorscreen { pop pop pop pop pop pop pop pop pop pop pop pop } def
  496.    /sethalftone { pop } def 
  497. "
  498. *End
  499. *HPHalftone Standard/Standard: "
  500.    << /Install {
  501.      currentpagedevice /HWResolution get
  502.      dup 0 get 600 eq exch 1 get 600 eq and dup
  503.      currentpagedevice /PostRenderingEnhance get
  504.      currentpagedevice /PostRenderingEnhanceDetails get /REValue get 0 ne and
  505.      { {/DefaultColorRenderingRE600} {/DefaultColorRenderingRE} ifelse}
  506.      { {/DefaultColorRendering600} {/DefaultColorRendering} ifelse} ifelse
  507.      /ColorRendering findresource setcolorrendering
  508.      { /DefaultHalftone600 } {/DefaultHalftone} ifelse
  509.      /Halftone findresource sethalftone
  510.      {} settransfer false setstrokeadjust
  511.    } >> setpagedevice
  512.    currentpagedevice /HWResolution get dup 0 get 600 eq exch 1 get 600 eq and
  513.    {
  514.      << /PostRenderingEnhance true /PostRenderingEnhanceDetails
  515.      << /REValue 0 /Type 8 >> >> setpagedevice
  516.    } if
  517. "
  518. *End
  519. *?HPHalftone: "
  520.    save
  521.       currenthalftone /HalftoneType get 9 eq 
  522.      {(Enhanced)} {(Standard)} ifelse = flush
  523.    restore
  524. "
  525. *End
  526. *CloseUI: *HPHalftone
  527.  
  528. *%=== Color Control ========================
  529. *DefaultColorSep: ProcessBlack.212lpi.1200dpi/212 lpi / 1200 dpi
  530.  
  531. *InkName: ProcessBlack/Process Black
  532. *InkName: CustomColor/Custom Color
  533. *InkName: ProcessCyan/Process Cyan
  534. *InkName: ProcessMagenta/Process Magenta
  535. *InkName: ProcessYellow/Process Yellow
  536.  
  537. *%  For 60 lpi / 300 dpi  =========================
  538. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  539. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  540. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  541. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  542. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  543.  
  544. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  545. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  546. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  547. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  548. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  549.  
  550. *%  For 85 lpi / 600 dpi  (5,5,2,6,6,2,20/3,0) ====
  551. *ColorSepScreenAngle ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
  552. *ColorSepScreenAngle CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
  553. *ColorSepScreenAngle ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "71.5651"
  554. *ColorSepScreenAngle ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "18.4349"
  555. *ColorSepScreenAngle ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "0.0"
  556.  
  557. *ColorSepScreenFreq ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "84.8528"
  558. *ColorSepScreenFreq CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "84.8528"
  559. *ColorSepScreenFreq ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "94.8683"
  560. *ColorSepScreenFreq ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "94.8683"
  561. *ColorSepScreenFreq ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "30.0"
  562. *ColorSepScreenProc ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "
  563. {1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch
  564. 1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch
  565. abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  566. sub }{dup mul exch dup mul add 1 exch sub }ifelse }"
  567. *End
  568.  
  569. *%  For 106 lpi / 300 dpi  =========================
  570. *ColorSepScreenAngle ProcessBlack.106lpi.300dpi/106 lpi / 300 dpi: "45.0"
  571. *ColorSepScreenAngle CustomColor.106lpi.300dpi/106 lpi / 300 dpi: "45.0"
  572. *ColorSepScreenAngle ProcessCyan.106lpi.300dpi/106 lpi / 300 dpi: "71.5651"
  573. *ColorSepScreenAngle ProcessMagenta.106lpi.300dpi/106 lpi / 300 dpi: "18.4349"
  574. *ColorSepScreenAngle ProcessYellow.106lpi.300dpi/106 lpi / 300 dpi: "0.0"
  575.      
  576. *ColorSepScreenFreq ProcessBlack.106lpi.300dpi/106 lpi / 300 dpi: "106.066"
  577. *ColorSepScreenFreq CustomColor.106lpi.300dpi/106 lpi / 300 dpi: "106.066"
  578. *ColorSepScreenFreq ProcessCyan.106lpi.300dpi/106 lpi / 300 dpi: "94.8683"
  579. *ColorSepScreenFreq ProcessMagenta.106lpi.300dpi/106 lpi / 300 dpi: "94.8683"
  580. *ColorSepScreenFreq ProcessYellow.106lpi.300dpi/106 lpi / 300 dpi: "100.0"
  581.  
  582. *%  For 106 lpi / 600 dpi  =========================
  583. *ColorSepScreenAngle ProcessBlack.106lpi.600dpi/106 lpi / 600 dpi: "45.0"
  584. *ColorSepScreenAngle CustomColor.106lpi.600dpi/106 lpi / 600 dpi: "45.0"
  585. *ColorSepScreenAngle ProcessCyan.106lpi.600dpi/106 lpi / 600 dpi: "71.5651"
  586. *ColorSepScreenAngle ProcessMagenta.106lpi.600dpi/106 lpi / 600 dpi: "18.4349"
  587. *ColorSepScreenAngle ProcessYellow.106lpi.600dpi/106 lpi / 600 dpi: "0.0"
  588.      
  589. *ColorSepScreenFreq ProcessBlack.106lpi.600dpi/106 lpi / 600 dpi: "106.066"
  590. *ColorSepScreenFreq CustomColor.106lpi.600dpi/106 lpi / 600 dpi: "106.066"
  591. *ColorSepScreenFreq ProcessCyan.106lpi.600dpi/106 lpi / 600 dpi: "94.8683"
  592. *ColorSepScreenFreq ProcessMagenta.106lpi.600dpi/106 lpi / 600 dpi: "94.8683"
  593. *ColorSepScreenFreq ProcessYellow.106lpi.600dpi/106 lpi / 600 dpi: "100.0"
  594.  
  595. *%  For 212 lpi / 1200 dpi  =========================
  596. *ColorSepScreenAngle ProcessBlack.212lpi.1200dpi/212 lpi / 1200 dpi: "45.0"
  597. *ColorSepScreenAngle CustomColor.212lpi.1200dpi/212 lpi / 1200 dpi: "45.0"
  598. *ColorSepScreenAngle ProcessCyan.212lpi.1200dpi/212 lpi / 1200 dpi: "71.5651"
  599. *ColorSepScreenAngle ProcessMagenta.212lpi.1200dpi/212 lpi / 1200 dpi: "18.4349"
  600. *ColorSepScreenAngle ProcessYellow.212lpi.1200dpi/212 lpi / 1200 dpi: "0.0"
  601.      
  602. *ColorSepScreenFreq ProcessBlack.212lpi.1200dpi/212 lpi / 1200 dpi: "212"
  603. *ColorSepScreenFreq CustomColor.212lpi.1200dpi/212 lpi / 1200 dpi: "212"
  604. *ColorSepScreenFreq ProcessCyan.212lpi.1200dpi/212 lpi / 1200 dpi: "190"
  605. *ColorSepScreenFreq ProcessMagenta.212lpi.1200dpi/212 lpi / 1200 dpi: "190"
  606. *ColorSepScreenFreq ProcessYellow.212lpi.1200dpi/212 lpi / 1200 dpi: "200"
  607.  
  608. *%=== Font Information =====================
  609. *DefaultFont: Courier
  610. *Font AvantGarde-Book: Standard "(001.006S)" Standard ROM
  611. *Font AvantGarde-BookOblique: Standard "(001.006S)" Standard ROM
  612. *Font AvantGarde-Demi: Standard "(001.007S)" Standard ROM
  613. *Font AvantGarde-DemiOblique: Standard "(001.007S)" Standard ROM
  614. *Font Bookman-Demi: Standard "(001.004S)" Standard ROM
  615. *Font Bookman-DemiItalic: Standard "(001.004S)" Standard ROM
  616. *Font Bookman-Light: Standard "(001.004S)" Standard ROM
  617. *Font Bookman-LightItalic: Standard "(001.004S)" Standard ROM
  618. *Font Courier: Standard "(002.004S)" Standard ROM
  619. *Font Courier-Bold: Standard "(002.004S)" Standard ROM
  620. *Font Courier-BoldOblique: Standard "(002.004S)" Standard ROM
  621. *Font Courier-Oblique: Standard "(002.004S)" Standard ROM
  622. *Font Helvetica: Standard "(001.006S)" Standard ROM
  623. *Font Helvetica-Bold: Standard "(001.007S)" Standard ROM
  624. *Font Helvetica-BoldOblique: Standard "(001.007S)" Standard ROM
  625. *Font Helvetica-Narrow: Standard "(001.006S)" Standard ROM
  626. *Font Helvetica-Narrow-Bold: Standard "(001.007S)" Standard ROM
  627. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007S)" Standard ROM
  628. *Font Helvetica-Narrow-Oblique: Standard "(001.006S)" Standard ROM
  629. *Font Helvetica-Oblique: Standard "(001.006S)" Standard ROM
  630. *Font NewCenturySchlbk-Bold: Standard "(001.009S)" Standard ROM
  631. *Font NewCenturySchlbk-BoldItalic: Standard "(001.007S)" Standard ROM
  632. *Font NewCenturySchlbk-Italic: Standard "(001.006S)" Standard ROM
  633. *Font NewCenturySchlbk-Roman: Standard "(001.007S)" Standard ROM
  634. *Font Palatino-Bold: Standard "(001.005S)" Standard ROM
  635. *Font Palatino-BoldItalic: Standard "(001.005S)" Standard ROM
  636. *Font Palatino-Italic: Standard "(001.005S)" Standard ROM
  637. *Font Palatino-Roman: Standard "(001.005S)" Standard ROM
  638. *Font Symbol: Special "(001.007S)" Special ROM
  639. *Font Times-Bold: Standard "(001.007S)" Standard ROM
  640. *Font Times-BoldItalic: Standard "(001.009S)" Standard ROM
  641. *Font Times-Italic: Standard "(001.007S)" Standard ROM
  642. *Font Times-Roman: Standard "(001.007S)" Standard ROM
  643. *Font ZapfChancery-MediumItalic: Standard "(001.007S)" Standard ROM
  644. *Font ZapfDingbats: Special "(001.004S)" Special ROM
  645. *?FontQuery: "
  646.    save
  647.    { count 1 gt
  648.       { exch dup 127 string cvs (/) print print (:) print
  649.       /Font resourcestatus {pop pop (Yes)} {(No)} ifelse =
  650.       } { exit } ifelse
  651.    } bind loop
  652.    (*) = flush
  653.    restore
  654. "
  655. *End
  656.  
  657. *?FontList: "
  658.    save
  659.      (*) {cvn ==} 128 string /Font resourceforall
  660.      (*) = flush
  661.    restore
  662. "
  663. *End
  664.  
  665. *%=== Printer Messages (verbatim from printer): ================
  666. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  667. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  668. *Message: "\FontName\ not found, using Courier"
  669.  
  670. *% Status (format: %%[ status: <one of these> ] %%)
  671. *Status: "warming up"/warming up
  672. *Status: "idle"/idle
  673. *Status: "busy"/busy
  674. *Status: "waiting"/waiting
  675. *Status: "printing"/printing
  676. *Status: "initializing"/initializing
  677. *Status: "printing test page"/printing test page
  678. *Status: "PrinterError: cover open or no toner cartridge"/cover open or no toner cartridge
  679. *Status: "PrinterError: cover open"/cover open
  680. *Status: "PrinterError: needs attention"/needs attention
  681. *Status: "PrinterError: no toner cartridge"/no toner cartridge
  682. *Status: "PrinterError: warming up"/warming up
  683. *Status: "PrinterError: manual feed"/manual feed
  684. *Status: "PrinterError: out of paper"/out of paper
  685. *Status: "PrinterError: Paper Jam"/Paper Jam
  686. *Status: "PrinterError: paper jam"/paper jam
  687. *Status: "PrinterError: page protect needed"/page protect needed
  688. *Status: "PrinterError: out of memory"/out of memory
  689. *Status: "PrinterError: output bin full"/output bin full
  690. *Status: "PrinterError: resetting printer"/resetting printer
  691. *Status: "PrinterError: toner is low"/toner is low
  692. *Status: "PrinterError: off line"/off line
  693.  
  694. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  695. *PrinterError: "cover open or no toner cartridge"/cover open or no toner cartridge
  696. *PrinterError: "cover open"/cover open
  697. *PrinterError: "needs attention"/needs attention
  698. *PrinterError: "no toner cartridge"/no toner cartridge
  699. *PrinterError: "warming up"/warming up
  700. *PrinterError: "manual feed"/manual feed
  701. *PrinterError: "out of paper"/out of paper
  702. *PrinterError: "Paper Jam"/Paper Jam
  703. *PrinterError: "paper jam"/paper jam
  704. *PrinterError: "page protect needed"/page protect needed
  705. *PrinterError: "out of memory"/out of memory
  706. *PrinterError: "output bin full"/output bin full
  707. *PrinterError: "resetting printer"/resetting printer
  708. *PrinterError: "toner is low"/toner is low
  709. *PrinterError: "off line"/off line
  710.  
  711. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  712. *Source: "BiTronics"/BiTronics
  713. *Source: "other I/O"/other I/O
  714. *Source: "AppleTalk"/AppleTalk
  715. *Source: "APPLETALK"/AppleTalk
  716. *Source: "ATALK"/AppleTalk
  717. *Source: "LocalTalk"/LocalTalk
  718. *Source: "Parallel"/Parallel
  719. *Source: "EtherTalk"/EtherTalk
  720. *Source: "NOVELL"/NOVELL
  721. *Source: "DLC/LLC"/DLC/LLC
  722. *Source: "ETALK"/EtherTalk
  723. *Source: "TCP/IP"/TCP/IP
  724.  
  725. *Password: "()"
  726. *ExitServer: "
  727.  count 0 eq
  728.  { false } { true exch startjob } ifelse
  729.  not {
  730.      (WARNING: Cannot modify initial VM.) =
  731.      (Missing or invalid password.) =
  732.      (Please contact the author of this software.) = flush quit
  733.      } if
  734. "
  735. *End
  736. *Reset: "
  737.   count 0 eq { false } { true exch startjob } ifelse
  738.   not {
  739.     (WARNING: Cannot reset printer.) =
  740.     (Missing or invalid password.) =
  741.     (Please contact the author of this software.) = flush quit
  742.     } if
  743.   systemdict /quit get exec
  744.   (WARNING : Printer Reset Failed.) = flush
  745. "
  746. *End
  747.  
  748. *% =======================================
  749. *% For "HP LaserJet 2100 Series" version 2014.108
  750. *% =======================================
  751.